paned: Add a deprecation note
authorMatthias Clasen <mclasen@redhat.com>
Tue, 15 Dec 2015 11:49:35 +0000 (06:49 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 15 Dec 2015 13:41:16 +0000 (08:41 -0500)
gtk/gtkpaned.c

index 950824b8ba5e85f8e0d478bf382d846858e08efa..dbd60cc6bf7f8b7ceb350bcf855e8f1d53458ffb 100644 (file)
@@ -419,6 +419,13 @@ gtk_paned_class_init (GtkPanedClass *class)
                                                          FALSE,
                                                          GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
 
+  /**
+   * GtkPaned::handle-size:
+   *
+   * The width of the handle.
+   *
+   * Deprecated: 3.20: Use CSS min-width and min-height instead.
+   */
   gtk_widget_class_install_style_property (widget_class,
                                           g_param_spec_int ("handle-size",
                                                             P_("Handle Size"),